home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / linux / macos / macping-3.0.4.sit.hqx / MacPing™ 3.0.4 DEMO Folder / MacPing™ 3.0.4 Demo.rsrc / TEXT_132_ What Makes Networks Slow?.txt < prev    next >
Text File  |  1997-04-23  |  3KB  |  20 lines

  1. What Makes a Network Slow?
  2.  
  3. Several effects can slow down the responsiveness that users perceive. They are:
  4.  
  5.         ΓÇó  ΓÇ£DroppedΓÇ¥ packets
  6.         ΓÇó  Speed-limited links
  7.         ΓÇó  Routing delays
  8.         ΓÇó  Overloaded servers
  9.  
  10. Although the bottleneck or cause of network slowness on a particular network may be difficult to deduce, MacPing can help differentiate between the causes above. 
  11.  
  12. Dropped packets are the most common, and most fixable cause of network slowness. As mentioned before, the transmitter must wait a while (generally two to five times the expected time) for an ack to return from the receiver. If no ack arrives, it re-sends the data. Note that the loss of either of the transmitted data packet or the ack packet will result in a slowdown. If occasional packets (less than the 1-2%) are lost, the data transfer doesnΓÇÖt slow too much. If packet loss occurs more frequently, the waiting for acks builds up, and the user perceives a ΓÇ£slow networkΓÇ¥. 
  13.  
  14. Speed-limited links can also cause slow service. Apple Remote Access (ARA) is the most common slow link encountered on an AppleTalk network. Even the highest speed modems will be dramatically slower than LocalTalk (230.4 kbps) or Ethernet (10 million bps) speeds.
  15.  
  16. Note that with slow links, a long packet will take considerably longer to transmit than a short packet: a transmitter should take this delay into account when waiting for acks to return. You can use MacPing to show the difference in round-trip time between long and short packets, and indicating a slow link in the path. 
  17.  
  18. Routing delays can be caused by having many routers (as well as slow links) between the transmitter and receiver. Each router takes a finite time (between 0.1 to 10 msec) to process and forward a packet. Each router introduces a bit more delay on the packetΓÇÖs path. Although these times can occasionally get long in very large networks, most commercial network routers are fast enough that the delay doesnΓÇÖt slow the network significantly. MacPing measures the time between the transmitter and receiver, you can judge whether the round-trip times can be causing trouble.
  19.  
  20. Overloaded servers will seem slow when lots of people are using them. For example, file-sharing with more than a few connections, or a Mac Plus running the AppleShare file server software will probably seem quite slow. The slowness is caused because the server machine has trouble responding to the multitude of requests coming from each of its client. MacPing wonΓÇÖt help you detect an overloaded server. Instead, you can estimate the change in speed as you add additional users. The best fix for an overloaded server is selecting a more powerful processor: since this may be expensive, you should make sure the rest of the network is working properly before investing in new hardware. ItΓÇÖs also important to note that using a faster processor will not make up for any of the other problems listed above: their effect is cumulative.